home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Sound / SoundApp / README < prev    next >
Encoding:
Text File  |  1997-02-18  |  2.4 KB  |  62 lines  |  [TEXT/R*ch]

  1. Apple Macintosh Developer Technical Support
  2.  
  3. MultiFinder-Aware SoundApp Application
  4.  
  5. SoundApp
  6.  
  7. Jim Reekes - Macintosh Developer Technical Support
  8. Copyright © 1989-1994 Apple Computer, Inc.
  9. All rights reserved.
  10.  
  11. Versions:
  12.         1.03                January, 1990
  13.         1.04                Sept, 1990
  14.         1.2                    August, 1994        translated to C
  15.         
  16.         February 1997        Recompiled into CodeWarrior 11 projects.
  17.  
  18. Components:
  19.         SoundApp.c            January, 1990        MPW C source code
  20.         SoundUnit.c            January, 1990        MPW C source code
  21.         SoundUnit.h            January, 1990        MPW C source code
  22.         SoundApp.r            January, 1990        MPW Rez source code
  23.         SoundAppSnds.r        January, 1990        MPW Rez source code
  24.         SoundApp.make        January, 1990        MPW build script
  25.  
  26. Formatting was done with FONT = Courier or Monaco, SIZE = 10, TABS = 4
  27.  
  28. Version comments
  29.  
  30. 1.04: This was an update to support the Utilities Unit that MacDTS
  31. developed.  Some of it was routines formally created for SoundApp,
  32. with additional ones coming from other sources.  This helps to reduce
  33. the "destractive" code from the samples and makes them easier to maintain.
  34.  
  35. 1.1:     • This is the "new" SoundApp which adds some new features.
  36.         • Some knowledge of the new Sound Manager is present
  37.           in areas that were work-arounds for old Sound Manager bugs
  38.         • Recording of sounds is now possible with the Sound Input Manager
  39.         • The document window will keep the Record button hidden if
  40.           the Sound Inpute Manager is not available for recording,
  41.           otherwise it will expand the window size to show this button.
  42.         • Supports copy and pasting of sound resources
  43.         • Conversion to MPW 3.2 was established (with some amount of pain)
  44.         • SoundApp now has its own documents
  45.         • Supports launching by open documents from Finder
  46.         • Added color icons for the System 7.0 desktop
  47.         • Added the new Sound Manager error strings
  48.         • DoErrorSound tests for safe beeps
  49.         • Made Apple Legal happy by getting rid of the xxxxCmd
  50.           and changed it to the freqDurationCmd.  Also got rid of
  51.           any other use of the work "xxxx" in a musical context
  52.  
  53. 1.2:    • Translated into C, some clean up along the way
  54.         • Using universal headers
  55.         • Gave up on the DTS utilities code, everything is self-contained
  56.  
  57. Formatting was done with FONT = Courier, SIZE = 10, TABS = 4
  58.  
  59. many thanks to: Bo3b Johnson, Mark Bennett, Andy Shebanow, Keith
  60. Rollin, Chris Derossi, Pete Helme, Darin Adler, and my co-workers that
  61. sat near me while I was making lots of noise testing this application.
  62.